home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / theLifeArk.swf / scripts / DefineSprite_755_pot / frame_49 / DoAction.as
Text File  |  2011-09-19  |  244b  |  9 lines

  1. this.runSta = "pwPot";
  2. if(!_global.scene.potChangeScoreOver)
  3. {
  4.    _global.scene.potChangeScoreOver = true;
  5.    _global.ctn.game.addScore(165,100,135,110);
  6.    _global.ctn.game.addScore(20,Math.round(5 * Math.random()),135,110);
  7. }
  8. stop();
  9.